home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / XTRAS / WINUAE / Docs / Windows / AmigaProg.txt next >
Text File  |  2003-11-09  |  4KB  |  106 lines

  1.                    
  2.                              p96_uae_tweak
  3.  
  4. This features need the p96_uae_tweak program attached in this mail
  5. It must run after P96 monitordrivers in userstartup
  6.  
  7. If you have copy this prog to c:
  8.  
  9. run >nil: c:p96_uae_tweak.
  10.  
  11. I also recommend to set P96 mem from the 4 MB AIAB config to 16 or 32
  12. MB,because it work
  13. faster .If not enough gfx card space is free you see flicker as before and
  14. slower move
  15.  
  16. Restart whole winuae when you have increase gfx memsize and save the config.
  17. I notice crashes when only reboot.
  18.  
  19. To test it you can boot AIAB open the screenmode prefs window.
  20. Now put the screenmode prefs window to back and move it around under other
  21. windows.
  22. Now if the window move fast and do not flicker all work ok.
  23.  
  24. With that patch it is also impossible that P96 graphic actions can block
  25. winuae,so you get no AHI 16bit soundstodder when doing large graphic
  26. actions.
  27.  
  28. The patch split for this large P96 blits (>60 pixel)in smaller blocks and
  29. check in all blocks if a 16 bit ahi buffer is free.No speedloss seen,no
  30. stodder notice with 4ms AHI Latency.
  31.  
  32. Swapbitmaprastport (used for solid windowmoving and some slow layer
  33. actions)is patched
  34. to use a UAE blitter functions that direct exchange the data instead calling
  35. 3* eor  
  36. It is faster and avoid the heavy flickering when move a smartlayer window
  37. under another window 
  38.  
  39.                               restoretime (download from Aminet)
  40.  
  41. This set every second the clock to windows clock time.
  42. You need this when you hybernate your PC and resume to get exact time.
  43. If you need exact time (for compiler make) i recommend also to use this
  44. because UAE cycletiming make diffrence of 1-2 sec in a hour.
  45. It have no speedloss   
  46.  
  47.                               ahitweak
  48.  
  49. This is a program you can start from shell or user-startup
  50. and allow you to tune the ahi driver for better latency,because on winxp the 
  51. playpointer position have a delay depend on system and soundcard
  52.  
  53. I can reach with 
  54. ahitweak 200 
  55.  
  56. latency of 4 ms with my sb-PCI512 on winxp (simular sb-live) 
  57. to get hd-rec working with 4ms
  58.  
  59. You see thats more a function to get the best for realtime Music without special 
  60. ASIO drivers
  61.  
  62. Most users dont need that
  63.  
  64. But if you have crackle problems WITH 16 BIT AHI 
  65. play a song and try values of 50 200 500 2000 -50 -200 -500 -2000
  66.  
  67. Maybe that help 
  68.                         p96refresh  (winuae only)
  69. Start this program to get higher mousepointer redraw rates than 50 hz
  70. with P96.Actions are seen immediatly after call.You can start this in your 
  71. user-startup for automatic on boot 
  72.  
  73. Example:
  74.  p96refresh 75 
  75. set redraw rate to 75 hz.Best is if you set rate 
  76.          to your monitor refresh rate or monitor refreshrate*2
  77.          Dont set it higher or you get speedloss > 2%  
  78.  
  79.             rtg.library:   (help also on Standard UAE)
  80. This avoid large slowdown and redraw problems in picasso96 with JIT
  81. copy it in libs:pacasso96
  82.  
  83.             picasso96fix   (help also on Standard UAE)
  84. This allow larger Screen Width than 1024 
  85. start it BEFORE the loadwb instruction in startup-sequence
  86.  
  87.             uae_german     (help also on Standard UAE (i hope ?))
  88. This is a German keymap to reach @\~{[]} with ALT-GR like windows
  89. Copy it in devs/keymaps and choose it in the keymap-prefs
  90.  
  91.  
  92.                          uae/uae.audio (winuae only)
  93. This is the AHI Driver.This allow support for record and playback upto 96 khz
  94.  
  95. copy uae       to devs:audiomodes
  96. copy uae.audio to devs:ahi
  97.  
  98. If you install correct the driver should show Version 4.3 Date 22.5.02 
  99. and offer you only 1 Mode UAE hifi stereo++. 
  100.  
  101. This driver work fully independent from paula sound.For a speed 
  102. boost on slower systems you can set paula buffer to 5 or 6 choose 11 khz mono
  103. thats enough to hear system sound 
  104.  
  105.  
  106.